Html Css Color HEX #C47B26 Ochre

📋 copy color: '#C47B26'

red 196 ◦ green 123 ◦ blue 38

#C47B26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C47B26

Tints of Ochre #C47B26

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 38 (15.23% from 255) = 10.64%

R = 54.9%
G = 34.45%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C47B26 (or 0xC47B26) is known color: Ochre. HEX triplet: C4, 7B and 26. RGB value is (196,123,38). Sum of RGB (Red+Green+Blue) = 196+123+38=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B26 is #3B84D9. Grayscale: #878787. Windows color (decimal): -3900634 or 2522052. OLE color: 2522052.

HSL color Cylindrical-coordinate representation of color #C47B26: hue angle of 32.28º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47B26 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 38 -
CMYK 0 0.37 0.81 0.23
HSL 32.28º 0.68% 0.46% -
HSV(B) 32.28º 0.81% 0.77% -
XYZ 30.2 26.04 5.27 -
YUV 135.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 196 123 38 0 0.37 0.81 0.23 32.28 0.68 0.46
Hex C4 7B 26 0 25 51 17 20 44 2E
Octal 304 173 46 0 45 121 27 40 104 56
Binary 11000100 1111011 100110 0 100101 1010001 10111 100000 1000100 101110

Color Harmonies of #C47B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B26

Black with #C47B26

Text Example


Text Example

White with #C47B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B26; }

 p { color: rgb(196,123,38); }

 H1.HeaderClassName
 {
   color: #C47B26;
 }
 .AnyTagClassName
 {
   color: #C47B26;
 }
</style>

background-color css

<style>
 a { background-color: #C47B26; }

 a { background-color: rgb(196,123,38); }

 div.DivClassName
 {
   background-color: #C47B26;
 }
 .BgClassName
 {
   background-color: #C47B26;
 }
</style>

border-color css

<style>
 span { border-color: #C47B26; }

 span { border-color: rgb(196,123,38); }

 td.TdClassName
 {
   border-color: #C47B26;
 }
 .TagClassName
 {
   border-color: #C47B26;
 }
</style>