Html Css Color HEX #C57B23 Ochre

📋 copy color: '#C57B23'

red 197 ◦ green 123 ◦ blue 35

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

Shades of Ochre #C57B23

Tints of Ochre #C57B23

RGB

 RED value IS 197 (77.34% from 255) = 55.49%

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

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

R = 55.49%
G = 34.65%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C57B23 (or 0xC57B23) is known color: Ochre. HEX triplet: C5, 7B and 23. RGB value is (197,123,35). Sum of RGB (Red+Green+Blue) = 197+123+35=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B23 is #3A84DC. Grayscale: #878787. Windows color (decimal): -3835101 or 2325445. OLE color: 2325445.

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

Color convert

RGB 197 123 35 -
CMYK 0 0.38 0.82 0.23
HSL 32.59º 0.7% 0.45% -
HSV(B) 32.59º 0.82% 0.77% -
XYZ 30.41 26.16 5.04 -
YUV 135.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 197 123 35 0 0.38 0.82 0.23 32.59 0.7 0.45
Hex C5 7B 23 0 26 52 17 21 46 2D
Octal 305 173 43 0 46 122 27 41 106 55
Binary 11000101 1111011 100011 0 100110 1010010 10111 100001 1000110 101101

Color Harmonies of #C57B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57B23

Black with #C57B23

Text Example


Text Example

White with #C57B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57B23; }

 p { color: rgb(197,123,35); }

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

background-color css

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

 a { background-color: rgb(197,123,35); }

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

border-color css

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

 span { border-color: rgb(197,123,35); }

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