Html Css Color HEX #C47A21 Ochre

📋 copy color: '#C47A21'

red 196 ◦ green 122 ◦ blue 33

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

Shades of Ochre #C47A21

Tints of Ochre #C47A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 55.84%
G = 34.76%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C47A21 (or 0xC47A21) is known color: Ochre. HEX triplet: C4, 7A and 21. RGB value is (196,122,33). Sum of RGB (Red+Green+Blue) = 196+122+33=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A21 is #3B85DE. Grayscale: #868686. Windows color (decimal): -3900895 or 2194116. OLE color: 2194116.

HSL color Cylindrical-coordinate representation of color #C47A21: hue angle of 32.76º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C47A21 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 33 -
CMYK 0 0.38 0.83 0.23
HSL 32.76º 0.71% 0.45% -
HSV(B) 32.76º 0.83% 0.77% -
XYZ 30 25.76 4.83 -
YUV 133.98 71.02 172.24 -
System Red Green Blue C M Y K H S L
Decimal 196 122 33 0 0.38 0.83 0.23 32.76 0.71 0.45
Hex C4 7A 21 0 26 53 17 21 47 2D
Octal 304 172 41 0 46 123 27 41 107 55
Binary 11000100 1111010 100001 0 100110 1010011 10111 100001 1000111 101101

Color Harmonies of #C47A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A21

Black with #C47A21

Text Example


Text Example

White with #C47A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A21; }

 p { color: rgb(196,122,33); }

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

background-color css

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

 a { background-color: rgb(196,122,33); }

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

border-color css

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

 span { border-color: rgb(196,122,33); }

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