Html Css Color HEX #C87923 Ochre

📋 copy color: '#C87923'

red 200 ◦ green 121 ◦ blue 35

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

Shades of Ochre #C87923

Tints of Ochre #C87923

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 35 (14.06% from 255) = 9.83%

R = 56.18%
G = 33.99%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87923 (or 0xC87923) is known color: Ochre. HEX triplet: C8, 79 and 23. RGB value is (200,121,35). Sum of RGB (Red+Green+Blue) = 200+121+35=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C87923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87923 is #3786DC. Grayscale: #878787. Windows color (decimal): -3639005 or 2324936. OLE color: 2324936.

HSL color Cylindrical-coordinate representation of color #C87923: hue angle of 31.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C87923 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 35 -
CMYK 0 0.39 0.82 0.22
HSL 31.27º 0.7% 0.46% -
HSV(B) 31.27º 0.83% 0.78% -
XYZ 30.96 26.08 4.99 -
YUV 134.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 200 121 35 0 0.39 0.82 0.22 31.27 0.7 0.46
Hex C8 79 23 0 27 52 16 1F 46 2E
Octal 310 171 43 0 47 122 26 37 106 56
Binary 11001000 1111001 100011 0 100111 1010010 10110 11111 1000110 101110

Color Harmonies of #C87923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87923

Black with #C87923

Text Example


Text Example

White with #C87923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87923; }

 p { color: rgb(200,121,35); }

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

background-color css

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

 a { background-color: rgb(200,121,35); }

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

border-color css

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

 span { border-color: rgb(200,121,35); }

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