Html Css Color HEX #C47A25 Ochre

📋 copy color: '#C47A25'

red 196 ◦ green 122 ◦ blue 37

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

Shades of Ochre #C47A25

Tints of Ochre #C47A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 55.21%
G = 34.37%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47A25 (or 0xC47A25) is known color: Ochre. HEX triplet: C4, 7A and 25. RGB value is (196,122,37). Sum of RGB (Red+Green+Blue) = 196+122+37=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A25 is #3B85DA. Grayscale: #868686. Windows color (decimal): -3900891 or 2456260. OLE color: 2456260.

HSL color Cylindrical-coordinate representation of color #C47A25: hue angle of 32.08º 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 #C47A25 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 37 -
CMYK 0 0.38 0.81 0.23
HSL 32.08º 0.68% 0.46% -
HSV(B) 32.08º 0.81% 0.77% -
XYZ 30.06 25.79 5.14 -
YUV 134.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 196 122 37 0 0.38 0.81 0.23 32.08 0.68 0.46
Hex C4 7A 25 0 26 51 17 20 44 2E
Octal 304 172 45 0 46 121 27 40 104 56
Binary 11000100 1111010 100101 0 100110 1010001 10111 100000 1000100 101110

Color Harmonies of #C47A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A25

Black with #C47A25

Text Example


Text Example

White with #C47A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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