Html Css Color HEX #C47B27 Ochre

📋 copy color: '#C47B27'

red 196 ◦ green 123 ◦ blue 39

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

Shades of Ochre #C47B27

Tints of Ochre #C47B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 54.75%
G = 34.36%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47B27 (or 0xC47B27) is known color: Ochre. HEX triplet: C4, 7B and 27. RGB value is (196,123,39). Sum of RGB (Red+Green+Blue) = 196+123+39=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B27 is #3B84D8. Grayscale: #878787. Windows color (decimal): -3900633 or 2587588. OLE color: 2587588.

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

Color convert

RGB 196 123 39 -
CMYK 0 0.37 0.80 0.23
HSL 32.1º 0.67% 0.46% -
HSV(B) 32.1º 0.8% 0.77% -
XYZ 30.21 26.05 5.35 -
YUV 135.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 196 123 39 0 0.37 0.80 0.23 32.1 0.67 0.46
Hex C4 7B 27 0 25 50 17 20 43 2E
Octal 304 173 47 0 45 120 27 40 103 56
Binary 11000100 1111011 100111 0 100101 1010000 10111 100000 1000011 101110

Color Harmonies of #C47B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B27

Black with #C47B27

Text Example


Text Example

White with #C47B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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