Html Css Color HEX #230C07 Seal Brown

📋 copy color: '#230C07'

red 35 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #230C07

Tints of Seal Brown #230C07

RGB

 RED value IS 35 (14.06% from 255) = 64.81%

 GREEN value IS 12 (5.08% from 255) = 22.22%

 BLUE value IS 7 (3.13% from 255) = 12.96%

R = 64.81%
G = 22.22%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#230C07 (or 0x230C07) is known color: Seal Brown. HEX triplet: 23, 0C and 07. RGB value is (35,12,7). Sum of RGB (Red+Green+Blue) = 35+12+7=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C07 is #DCF3F8. Grayscale: #121212. Windows color (decimal): -14480377 or 461859. OLE color: 461859.

HSL color Cylindrical-coordinate representation of color #230C07: hue angle of 10.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230C07 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 12 7 -
CMYK 0 0.66 0.80 0.86
HSL 10.71º 0.67% 0.08% -
HSV(B) 10.71º 0.8% 0.14% -
XYZ 0.86 0.64 0.28 -
YUV 18.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 35 12 7 0 0.66 0.80 0.86 10.71 0.67 0.08
Hex 23 C 7 0 42 50 56 B 43 8
Octal 43 14 7 0 102 120 126 13 103 10
Binary 100011 1100 111 0 1000010 1010000 1010110 1011 1000011 1000

Color Harmonies of #230C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C07

Black with #230C07

Text Example


Text Example

White with #230C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C07; }

 p { color: rgb(35,12,7); }

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

background-color css

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

 a { background-color: rgb(35,12,7); }

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

border-color css

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

 span { border-color: rgb(35,12,7); }

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