Html Css Color HEX #C47826 Ochre

📋 copy color: '#C47826'

red 196 ◦ green 120 ◦ blue 38

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

Shades of Ochre #C47826

Tints of Ochre #C47826

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 55.37%
G = 33.9%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47826 (or 0xC47826) is known color: Ochre. HEX triplet: C4, 78 and 26. RGB value is (196,120,38). Sum of RGB (Red+Green+Blue) = 196+120+38=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C47826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47826 is #3B87D9. Grayscale: #858585. Windows color (decimal): -3901402 or 2521284. OLE color: 2521284.

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

Color convert

RGB 196 120 38 -
CMYK 0 0.39 0.81 0.23
HSL 31.14º 0.68% 0.46% -
HSV(B) 31.14º 0.81% 0.77% -
XYZ 29.83 25.31 5.15 -
YUV 133.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 196 120 38 0 0.39 0.81 0.23 31.14 0.68 0.46
Hex C4 78 26 0 27 51 17 1F 44 2E
Octal 304 170 46 0 47 121 27 37 104 56
Binary 11000100 1111000 100110 0 100111 1010001 10111 11111 1000100 101110

Color Harmonies of #C47826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47826

Black with #C47826

Text Example


Text Example

White with #C47826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47826; }

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

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

background-color css

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

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

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

border-color css

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

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

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